hull

open fun hull(a: Point, b: Point): CoordinateBounds

Returns the convex hull of two points; the smallest bounds that contains both.

Return

newly constructed record.

Parameters

a

The first of the two coordinates to fit.

b

The second of the two coordinates to fit.